/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}



/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}



.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}


.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}



.roll_product {
    float: left;
}


/*头部样式*/
.top1 {
    background: #e6e6e6;
    color: #595959;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    font-size: 14px;
}

.top1 a {
    color: #595959;
}





.top2 {
    height: 143px;
    overflow: hidden;
}

.logo {
    float: left;
    line-height: 143px;
}

.k2 {
    margin-top: 5px;
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    background: url(https://cdn.myxypt.com/ynwl9ovc/t/1/images/t.png) no-repeat left center;
    padding-left: 54px;
}

.k2 p:nth-child(2) {
    color: #2459a9;
    font-size: 27px;
}




.product_list1 {
    margin-top: 38px;
}

.product_list1 li {
    float: left;
    margin-right: 57px;
    margin-bottom: 28px;
}

.product_list1 li:nth-child(4n) {
    margin-right: 0;
}

.product_list1 li img {
    width: 257px;
    height: 293px;
}

.product_list1 li h3 {
    text-align: center;
    font-weight: normal;
    color: #3f3f3f;
    font-size: 20px;
}




/*主体样式*/

.ssddds {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyin-case-sort li:hover,
.xyin-case-sort li.on {
    background: #3c486d;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.xyin-case-sort li:hover a,
.xyin-case-sort li.on a {
    color: #fff;
}

.aby_hh li:hover .aby_hh_img img {
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(60%) contrast(93%);
}



/*页面底部*/
.foot {
    background: #333;
}

.f_nav {
    width: 826px;
    margin-top: 40px;
}

.f_nav dl {
    float: left;
    width: 136px;
    height: 186px;
    overflow: hidden;
}

.f_nav dt {
    margin-bottom: 8px;
    font-size: 19px;
    color: #333;
    font-weight: normal;
}

.f_nav dd a {
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.copyright {
    text-align: center;
    line-height: 24px;
}

/*内页左侧样式*/

.page-product-inquiry a {
    color: #fff;
}

/*ksfdz*/
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

/*案例展示*/

.h-cases {
    margin-top: 65px;
}

.caseall {
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
}

.caseleft {
    width: 32.23%;
    position: relative;
}

.caseleft a {
    display: block;
}

.caseleft img {
    max-width: 100%;
}

.caseleft a h3 {
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    position: absolute;
    text-align: center;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: rgba(247, 142, 42, 0.9);
    opacity: 0;
}

.caseleft a:hover h3 {
    opacity: 1;
    transition: all .54s linear;
}

.caseright-1 {
    width: 32%;
    position: relative;
}

.caseright-1 li {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.caseright-1 li .img img {
    max-width: 100%;
    transition: all 0.8s;
}

.caseright-1 li h3 {
    position: absolute;
    bottom: 0;
    background-color: rgba(247, 142, 42, 0.9);
    left: 0;
    right: 0;
    font-size: 16px;
    height: 52px;
    text-align: center;
    color: #fff;
    font: 400 16px/52px "Microsoft yahei";
    transition: all 0.8s;
    opacity: 0;
}

.caseright-1 li+li {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.caseright-1 li:hover h3 {
    transition: all 0.8s;
    opacity: 1;
}

.caseright-1 li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .caseall {
        margin-top: 4vh;
    }
}

/*新闻中心*/

.h-news {
    background: url(/public/static/images/bj1.png) no-repeat center;
    padding-top: 106px;
    margin-top: 54px;
}

.newsall {
    margin-top: 62px;
    display: flex;
    justify-content: center;
    padding-bottom: 11vh;
}

.news-left {
    width: 59%;
    float: left;
    /* box-shadow: #f6f6f6 20px 0px 30px; */

    position: relative;
}



.tabsz {

    border-bottom: 1px solid #d9d9d9;
}

.tabsz li {
    float: left;
}

.tabsz li a {
    color: #333333;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;

}

.tabsz li {
    background-color: #ececec;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.tabsz li:hover {
    background-color: #f88f2c;
}

.tabsz li a {
    padding: 20px 60px;
    
    display: block;
}


.tabsz li.cur {
    background-color: #f88f2c;
}

.tabsz li.cur a {
    color: #fff;
}

.tabsz li a:hover {
    color: #fff;
    background-color: #f88f2c;
}

.tabsz span {
    float: right;
}

.tabsz span a {
    color: #999999;
    font-size: 14px;
}

.tabsz span a:hover {
    color: #005bac;
}

.newscon {
    margin-top: 5vh;

}

.newimg img {
    width: 100%;
}

.ttsz {
    display: none;
}

.newimg1 {
    display: block;
}

.newimg2 {
    display: none;
}

.zxl-div1 .zxl-div2 {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    align-items: center;
}

.zxl-div1 .zxl-div2:hover {
    color: #f88f2c;
    cursor: pointer;
}

.newsimg {
    float: left;
    margin-top: 10px;
    padding-right: 0.5vw;
}

.zxl-div1 .zxl-div2 span {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zxl-div1 .zxl-div2 h4 {
    float: right;
    line-height: 32px;
    font-weight: normal;
    color: #888888;
    font-size: 16px;
}

.zxl-div {
    margin-top: 30px;
    background-color: #fff;
    padding: 20px 17px;
}

.zixun-right li {
    margin-top: 1vh;
}



.zxl-div1:hover .newsimg .newimg1 {
    display: none;
}

.zxl-div1:hover .newsimg .newimg2 {
    display: block;
}

.news-right {
    float: right;
    width: 40.6%;
    padding-left: 4.3vw;
}

.nrcon {
    /* margin-top: 5vh; */
    margin-top: 25px;
}

.nrcon ul li {

    padding: 18px;
}

.nrcon ul li:hover .zxl-div3 h3 {
    color: #f88f2c;
}

.zxl-div3 h3 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zxl-div3 h3 img {
    margin-right: 12px;
}

.zxl-div3 h4 img {
    margin-right: 12px;
}

.zxl-div3 h4 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}




.nrcon div {}

.zxl-div3:hover h3 {
    color: #005bac;
}





.blueline {}

.zzaa img {
    width: 100%;
}

.zzaa {
    transition: all .5s;
    overflow: hidden;
}

.zzaa img {
    transition: all .5s;
}

.zzaa:hover img {
    transform: scale(1.05);
    transition: all .5s;
}

.zses {}

.zzaa {
    width: 45.6%;
    float: left;
}

.zzaa img {
    width: 100%;
}

.zzaatxt {
    width: 48.37%;
    float: right;

}

.zzaatxt h3 {
    font-size: 20px;
    color: #f88f2c;
    font-weight: bold;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zzaatxt h4 {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    line-height: 24px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.zxzx2 {
    margin-top: 38px;
}

.zxzx2 h3 {
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
    font-weight: normal;
}


.newstext li {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid #d9d9d9;
}

.newstext li span {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-left: 15px;
    font-weight: bold;
}

.wenda {
    display: flex;
    align-items: center;
}

.wenda img {
    margin-right: 10px;
}

.nrcon ul:nth-child(1) li:nth-child(1) {
    background-color: #ececec;
}

.nrcon ul:nth-child(2) li:nth-child(1) {
    background-color: #f5f5f5;
}

.nrcon ul:nth-child(3) li:nth-child(1) {
    background-color: #ececec;
}

.nrcon ul:nth-child(4) li:nth-child(1) {
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .h-news {
        padding-top: 5vh;
    }

    .newsall {
        margin-top: 3vh;
        padding-bottom: 5vh;
    }

    .zxl-div1 .zxl-div2 h4 {
        display: none;
    }

    .zxl-div3 h4 {
        -webkit-line-clamp: 1;
    }
}

@media (max-width: 767px) {
    .news-right {
        width: 100%;
        padding-left: 0;
    }
}













.h-footer {
    background-color: #20201f;

}

.fnav-all {
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 28px;
    border-bottom: 1px solid #373736;
}

.fnav-all dl dt {
    font-size: 22px;
    color: #f88f2c;
    font-weight: bold;
}

.fnav-all .dl1 dd {
    margin-top: 45px;
}

.fnav-all .dl1 dd h3 span {
    color: #fff;
    display: block;
    float: left;
    width: auto;
}

.fnav-all .dl1 dd h3 p {
    float: left;
    width: auto;
}

.fnav-all .dl2 dd {
    margin-top: 28px;
}

.fnav-all .dl3 dd {
    margin-top: 40px;
}

.fnav-all dl dd h3 {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    line-height: 36px;
}

.fnav-all .dl1 {
    width: 30%;
    padding-right: 6%;
}

.fnav-all .dl2 {
    width: 44%;
}

.fnav-all .dl3 {
    width: 244px;
}

.fnav-all .dl2 dd ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 65px;
    font-weight: normal;
}

.fnav-all .dl2 dd ul li img {
    margin-right: 18px;
}

.fnav-all .dl2 dd ul li a:hover {
    color: #f68e2b;
}

.fnav-all .dl2 dd ul li {
    float: left;
    width: 30%;
}

.allewm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.allewm .leftewm {
    text-align: center;
}

.allewm .rightewm {
    text-align: center;
}

.allewm .leftewm h3 {
    font-size: 14px;
    color: #999999;
}

.allewm .rightewm h3 {
    font-size: 14px;
    color: #999999;
}





@media (max-width: 992px) {
    .fnav-all .dl2 {
        width: calc(100% - 250px);
    }
}








.gl-footer {
    background-color: #20201f;
}

.c-link span {
    color: #f2f2f2;
    font-size: 16px;
}

.c-link dd {
    color: #f2f2f2;
    font-size: 12px;
    padding-top: 5px;
}

.c-link {
    padding-right: 3px;
}

.x-region {
    padding-left: 3px;
}

.ks {}

.ksleft {
    width: 32.515%;
    float: left;
}

.ksleft dl {
    margin-bottom: 0;
}

.ksleft dl:first-child {
    width: 62%;
    float: left;
}

.ksleft dl:last-child {
    width: 38%;
    float: right;
}

.ksleft dl a {
    font-size: 16px;
    color: #eeeeee;
}

.ksleft dl dt {
    font-size: 18px;
    color: #eeeeee;
}

.ksleft dl dd a:hover {
    color: #c2c2c2;
}

.ksleft dl dd {
    margin-top: 16px;
}

.ksleft dl span {
    margin-top: 16px;
    display: block;
}

.kscenter {
    width: 39.87%;
    float: left;
    margin-left: 7.36%;
}

.cleft {
    overflow: hidden;
    float: left;
    width: 50%;
}

.cleft h3 {
    font-size: 18px;
    color: #eeeeee;
    font-weight: normal;
}

.cleft ul {
    width: 50%;
}

.cleft li a {
    font-size: 16px;
    color: #eeeeee;
}

.cleft li a:hover {
    color: #c2c2c2;
}

.cleft li:nth-child(2n) {
    margin-left: 30px;
}

.cleft li {
    margin-top: 17px;
    float: left;
}

.cright {
    float: right;
}

.cright h3 {
    font-size: 18px;
    color: #eeeeee;
    font-weight: normal;
}

.crtel h5 {
    margin-top: 30px;
}

.crtel h5 p {
    font-size: 16px;
    color: #eeeeee;
    margin: 0px;
    margin-bottom: 20px;
}

.ksright {
    width: 15.1%;
    float: right;
}

.ksright h3 {
    font-size: 18px;
    color: #eeeeee;
    font-weight: normal;
}



.hm-floor {
    background-color: #20201f;
    border-bottom: 5px solid #f88f2c;
}

.hm-floor .fl-all {
    padding: 32px 0px;
}

.fl-left {
    width: 54%;
    float: left;
    color: #b6b6b6;
    font-size: 13px;
}

.fl-left a {
    color: #b6b6b6;
}

.fl-center {
    width: 15%;
    float: left;
    display: none;
}

.fl-center h3 {
    float: left;
    color: #b6b6b6;
    font-size: 12px;
}

.fl-center a {
    float: left;
    color: #b6b6b6;
}

.fl-right {
    float: right;
    color: #b6b6b6;
    line-height: 20px;
}

.fl-right a {
    color: #000;
    font-size: 13px;
    position: relative;
}

.x-region a {
    color: #b6b6b6;
    font-size: 13px;
    position: relative;
}

.fl-right a:not(:last-child) {}



.fl-right span {
    color: #fefefe;
    font-size: 14px;
}

.fl-right a:hover {
    color: #f88f2c;
}

.fl-left a:hover {
    color: #f88f2c;
}

.fl-right {
    display: flex;
    align-items: center;
}

.c-link .con span {
    color: #b6b6b6;
}


@media (max-width: 992px) {
    .fl-left {
        width: 100%;
    }
}



/*ztycontact*/

.liannei {
    overflow: hidden;
    margin-bottom: 20px;

}

.liun_a {
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
}

.liun_b {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #666666;
}

.liynguiyan {
    margin-top: 2%;
}

.liulei {
    float: left;
    width: 47%;
    margin-bottom: 2%;
}

.liuright {
    float: right;
    width: 47%;
    margin-bottom: 2%;
}

.liulei_a {
    float: left;
    width: 80px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
    color: #666666;
}

.liulei_b {
    float: right;
    width: calc(100% - 88px);
}

.liulei_b input {
    padding: 0px;
    border: none;
    height: 46px;
    background-color: #eeeeee;
    line-height: 46px;
    border-radius: 0px;
    box-shadow: none;
}

.liulei_cc {
    float: right;
    width: calc(100% - 88px);
}

.liulei_cc textarea {
    padding: 0px;
    border: none;
    height: 160px;
    background-color: #eeeeee;
    line-height: 46px;
    border-radius: 0px;
    box-shadow: none;
}

.liynguiyan #message-form #checkcode {
    display: inline-block;
    width: 40%;
    margin-bottom: 2%;
}

.liulei_b_aa #codeimg {
    margin-top: -11px;
    background: #eeeeee;
    padding: 1% 3%;
    height: 46px;
    margin-left: 2%
}

.liulei_b_bb {
    width: 30%;
}

.liulei_b_bb {
    margin-top: 5%;
}

.liulei_b_bb input {
    background: #f88f2c;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
}

.liannbeinei2 {
    padding: 2% 0;
    overflow: hidden;
    margin-top: 20px;

}

.neilingyas {
    display: flex;
    justify-content: space-between;
}

.neilingyaleft {
    width: 50%;
    background: #f88f2c;
    box-sizing: border-box;
    padding: 20px;
    font: 400 16px/38px "Microsoft yahei";
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.neilingyaleft h3 {
    font: 600 22px/52px "Microsoft yahei";
}

.neilingyaleft p {
    margin-bottom: 0;
}

.neilingright {
    width: 50%;
    height: 360px;
    overflow: hidden;
}

.neilingright img {
    width: 100%;
    height: auto;
}

.neilingright p {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .liulei {
        width: 100%;
    }

    .liuright {
        width: 100%;
    }

    .neilingyaleft {
        font: 400 15px/32px "Microsoft yahei";
    }

    .neilingyaleft h3 {
        font: 600 20px/40px "Microsoft yahei";
    }

}

@media (max-width: 767px) {
    .liulei_a {
        font-size: 15px;
        width: 68px;
    }

    .neilingyaleft {
        width: 100%;
    }

    .liulei_b {
        width: calc(100% - 68px);
    }

    .liulei_cc {
        width: calc(100% - 68px);
    }
    .pro-list1 li .wz{
        white-space: nowrap; 
         overflow: hidden;
        text-overflow: ellipsis;

    }
    .str-left h4 {
    color: #FFF
   }
   .str-left h4::before {
    background: #FFF
}
       .str-left h3 {
    color: #FFF
   }
    .str-left h5 {
        color: #FFF
    
     }
     .news-left{
        display: block!important;
        width: 100%!important
     }
     .newsall{
        flex-direction: column;
     }
     .tabsz li {
        width: 100%;
    }
    .news-left .newscon {
     margin-top:0; 
    }
    .msgul {
    flex-wrap: wrap;
}
.msgul .msgli {
    width: 100%;
}
.lastli button {

    width: 100px;
}
.wenda:nth-child(1) {

    margin-bottom: 10px;
}
}

/*ztycontact结束*/
.product-detail-tab .product-detail-tabcon td {
    padding: 2px 4px!important;
	border: 1px solid #939393 !important;
	font-size: 12px !important;
    line-height: 1.5rem;
}
.xypg-right-content img{
    max-width: 100%;
    object-fit: contain;
    height: auto
}
    .neilingyaleft a{
        color: #fff
    }